home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00090_Script_Drop43
< prev
next >
Wrap
Text File
|
1999-02-25
|
543b
|
22 lines
on mouseup me
if inside(point(the loch of sprite 66, the locv of sprite 66),the rect of sprite 20) then
go to frame 30
set the visibility of sprite 30 = false
else
nothing
end if
end
on mouseWithin me
if inside(point(the loch of sprite 37,the locv of sprite 37), the rect of sprite 66) then
set the visibility of sprite 20 = TRUE
set the loc of sprite 20 to point (the mouseh, the mousev)
updateStage
else
set the visibility of sprite 20 = FALSE
end if
updateStage
end